home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Examples / Clock / MacMake.bmk < prev    next >
Encoding:
Text File  |  1994-04-21  |  2.2 KB  |  68 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                MakeMake.bmk
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Author:                Lonnie Millett
  7. #    Creation Date:        3/28/94
  8. #
  9. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  10. #
  11. #========================================================================================
  12. __DynamicComponentName = ClockPart
  13.  
  14. __IncludeDirs = ∂
  15.     -i "{BedODCPlusIncludes}" ∂
  16.     -i "{OPF}Found:FWCommon:Include:" ∂
  17.     -i "{OPF}Found:FWTaskG:Include:" ∂
  18.     -i "{OPF}Found:FWRunTyp:Include:" ∂
  19.     -i "{OPF}Found:FWDebug:Include:" ∂
  20.     -i "{OPF}Found:FWExcLib:Include:" ∂
  21.     -i "{OPF}Found:BCCollec:Support:" ∂
  22.     -i "{OPF}Found:BCCollec:Structs:Maps:" ∂
  23.     -i "{OPF}Found:BCCollec:Structs:Collects:" ∂
  24.     -i "{OPF}Found:FWStream:Include:" ∂
  25.     -i "{OPF}Found:FWArchiv:Include:" ∂
  26.     -i "{OPF}Found:FWString:Include:" ∂
  27.     -i "{OPF}OS:FWMemory:Include:" ∂
  28.     -i "{OPF}OS:FWGraphx:Include:" ∂
  29.     -i "{OPF}FrameWrk:FWPart:Include:" ∂
  30.     -i "{_BedTargetDir}Include:"
  31.  
  32. __ComponentObjects = ∂
  33.     "{_BedTargetObjectsDir}"ClockFac.cpp.o ∂
  34.     "{_BedTargetObjectsDir}"ClockFra.cpp.o ∂
  35.     "{_BedTargetObjectsDir}"ClockSel.cpp.o ∂
  36.     "{_BedTargetObjectsDir}"ClockPar.cpp.o ∂
  37.     "{_BedTargetObjectsDir}Templat.o"
  38.  
  39. __ExportedComponentObjects = ∂
  40.     "{_BedTargetObjectsDir}ClockPar.cpp.o"
  41.  
  42. __BedRCIncludeDirs = ∂
  43.     -i "{BedODRIncludes}" ∂
  44.     
  45. __ComponentResources = ∂
  46.     "{_BedTargetObjectsDir}"ClockPar.rsrc
  47.  
  48. __OtherObjects = ∂
  49.     "{CLibraries}"CSANELib.o ∂
  50.     "{CLibraries}"Math.o
  51.  
  52. __FrameworkResources=
  53.  
  54. # directory dependency propagation
  55. "{_BedTargetObjectsDir}" ƒ "{_BedTargetDir}Sources:" "{_BedTargetDir}Other:"
  56.  
  57. # Its not easy turning sym off for just a single file, so here we strip out symbols
  58. # using lib. Not only is this a hack but could be problematic if the object file is
  59. # large enough that the compiler goes over the 64k OMF record limit.
  60.  
  61. "{_BedTargetObjectsDir}Templat.o" ƒ "{_BedTargetObjectsDir}Templat.cpp.o"
  62.     {_BedLib} -mf -sym off ∂
  63.          -o "{_BedTargetObjectsDir}Templat.o" ∂
  64.         "{_BedTargetObjectsDir}Templat.cpp.o"
  65.  
  66. #####################################################################################
  67. # Dependencies
  68. #####################################################################################